argument n. 1.争论,辩论,论证。 2.论据,论点。 3.(书籍等的)梗概,摘要,大纲;(剧本等的)情节。 4.【数学】幅角;宗量,宗数,自变数。 5.【逻辑学】(三段论中的)中项,中词。 6.〔废语〕证据。 an artificial argument 巧辩,诡辩。 start [put forward] an argument 开始[挑起]争论。 argument against [for, in favour of] 反对[赞成]…的论点。 get [fall] into an argument with 与…发生争论。 ram an argument home 反覆说明论点使对方接受。 without argument 无异议。
Array does not contain the type of arguments needed 数组不包含所需类型的参数。
Exact type fidelity between computers is not supported , and only some types of arguments can be passed 它不支持计算机之间的完全类型保真,并且只能传递某些类型的参数。
The calling convention , number and type of arguments at the destination address must match that of the current method 位于目标地址的参数的调用约定、数目和类型必须与当前方法的这些项匹配。
Visual basic allows you to pass objects as arguments to procedures in the same way that you pass other types of arguments Visual basic允许您像传递其他类型的参数那样将对象以参数形式传递给过程。
Attributes use optional , required , positional , and named arguments in much the same way that objects use these types of arguments 属性使用可选参数、必选参数、定位参数和命名参数的方法与对象使用这些类型的参数的方法很相似。
Functions that accept the same types of arguments in a different order , or functions that have a different number of arguments or arguments of different types have different signatures 以不同顺序接受相同类型参数的函数,或具有不同数量参数或者不同类型参数的函数具有不同签名。
When an overloaded function is called , the overloaded function whose arguments most closely match the passed arguments is called , depending on the actual types of arguments passed to the function 调用重载的函数时,将调用其参数最密切匹配传递参数的重载函数,具体取决于传递给函数的实际参数类型。
If there is a mismatch between the number or types of arguments you use the addparameter method twice , but only pass one object in the invoke method , for example , you will get an exception 如果参数的数量或类型有不匹配的情况, (例如,您使用了addparameter方法两次,但只在invoke方法内传递了一个对象) ,您就会得到一个异常。